示例#1
0
 def complete(info,context):
     """
     A question is marked as complete by the clerks office, 
     it is available to the speakers office for review
     """
     utils.createVersion(info,context)
     utils.setSubmissionDate(info, context) 
示例#2
0
 def submit(info, context):
     utils.setBillPublicationDate(info, context)
     utils.createVersion(
         info,
         context,
         message="New version on workflow transition to: submit")
     utils.setRegistryNumber(info, context)
示例#3
0
 def submit_to_clerk(info, context):
     """A question submitted to the clerks office, the owner cannot edit it 
     anymore the clerk has no edit rights until it is received.
     """
     utils.createVersion(info, context,
         message="New version on workflow transition to: submit")
     utils.setRegistryNumber(info, context)
示例#4
0
 def approve(info, context):
     """The question is admissible and can be send to ministry,
     or is available for scheduling in a sitting.
     """
     utils.createVersion(info, context,
         message="New Version on approval by speakers office")
     dbutils.setQuestionSerialNumber(context)
示例#5
0
 def complete(info, context):
     """A question is marked as complete by the clerks office, 
     it is available to the speakers office for review.
     """
     utils.createVersion(
         info,
         context,
         message="New version on workflow transition to: complete")
示例#6
0
 def submit_to_clerk(info, context):
     """A question submitted to the clerks office, the owner cannot edit it 
     anymore the clerk has no edit rights until it is received.
     """
     utils.createVersion(
         info,
         context,
         message="New version on workflow transition to: submit")
     utils.setRegistryNumber(info, context)
示例#7
0
 def approve(info, context):
     """The question is admissible and can be send to ministry,
     or is available for scheduling in a sitting.
     """
     utils.createVersion(
         info,
         context,
         message="New Version on approval by speakers office")
     dbutils.setQuestionSerialNumber(context)
示例#8
0
 def complete(info, context):
     utils.createVersion(info, context)
     utils.setSubmissionDate(info, context)
示例#9
0
 def mp_clarify( info, context ):
     utils.createVersion(info,context)
示例#10
0
 def create_version(info, context):
     utils.createVersion(info, context)
示例#11
0
 def require_edit_by_mp( info, context ):
     utils.createVersion(info,context)
示例#12
0
 def require_amendment( info, context ):
     utils.createVersion(info,context)
示例#13
0
 def require_amendment(info,context):
     """
     A question is send back from the speakers office 
     the clerks office for clarification
     """
     utils.createVersion(info,context)
示例#14
0
 def approve(info, context):
     utils.createVersion(info, context,
         message="New Version on approval by speakers office")
     dbutils.setMotionSerialNumber(context)
示例#15
0
 def complete(info, context):
     """A question is marked as complete by the clerks office, 
     it is available to the speakers office for review.
     """
     utils.createVersion(info, context,
         message="New version on workflow transition to: complete")
示例#16
0
 def approve(info, context):
     utils.createVersion(
         info,
         context,
         message="New Version on approval by speakers office")
     dbutils.setTabledDocumentSerialNumber(context)
示例#17
0
 def received_by_clerk(info, context):
     """The question is received by the clerks office, 
     the clerk can edit the question.
     """
     utils.createVersion(info, context)
示例#18
0
 def require_edit_by_mp(info, context):
     utils.createVersion(info, context)
示例#19
0
 def received_by_clerk(info, context):
     utils.createVersion(info, context)
示例#20
0
 def complete(info, context):
     utils.createVersion(info, context,
         message="New version on workflow transition to: submit")
示例#21
0
 def complete(info, context):
     utils.createVersion(info, context,
         message="New version on workflow transition to: complete")
示例#22
0
 def schedule_second(info, context):
     utils.createVersion(info, context)
示例#23
0
 def adopt(info, context):
     utils.createVersion(info, context)
示例#24
0
 def require_amendment(info, context):
     utils.createVersion(info, context)
示例#25
0
 def complete_clarify(info,context):
     """
     a question that requires clarification/amendmends
     is  resubmitted by the clerks office to the speakers office
     """
     utils.createVersion(info,context)
示例#26
0
 def require_edit_by_mp(info,context):
     """
     A question is unclear and requires edits/amendments by the MP
     Only the MP is able to edit it, the clerks office looses edit rights
     """
     utils.createVersion(info,context)
示例#27
0
 def received_by_clerk( info, context ):
     """
     the question is recieved by the clerks office, 
     the clerk can edit the question
     """
     utils.createVersion(info, context)
示例#28
0
 def complete_clarify(info, context):
     utils.createVersion(info, context)
示例#29
0
 def approve(info, context):
     utils.createVersion(
         info,
         context,
         message="New Version on approval by speakers office")
示例#30
0
 def mp_clarify(info,context):
     """
     send from the clerks office to the mp for clarification 
     the MP can edit it the clerk cannot
     """
     utils.createVersion(info,context)
示例#31
0
 def mp_clarify(info, context):
     utils.createVersion(info, context)
示例#32
0
 def received_by_clerk( info, context ):
     utils.createVersion(info, context)
示例#33
0
 def adopt(info, context):
     utils.createVersion(info,context)
示例#34
0
 def complete( info, context ):
     utils.createVersion(info,context)
     utils.setSubmissionDate(info, context)
示例#35
0
 def mp_clarify(info, context):
     """Send from the clerks office to the mp for clarification 
     the MP can edit it the clerk cannot.
     """
     utils.createVersion(info, context)
示例#36
0
 def complete_clarify( info, context ):
     utils.createVersion(info,context)
示例#37
0
 def require_amendment(info, context):
     """A question is send back from the speakers office 
     the clerks office for clarification.
     """
     utils.createVersion(info, context)
示例#38
0
 def complete(info, context):
     """A question is marked as complete by the clerks office, 
     it is available to the speakers office for review.
     """
     utils.createVersion(info, context)
     utils.setSubmissionDate(info, context)
示例#39
0
 def complete_clarify(info, context):
     """A question that requires clarification/amendmends,
     is resubmitted by the clerks office to the speakers office.
     """
     utils.createVersion(info, context)
示例#40
0
 def create_version(info, context):
     utils.createVersion(info, context)
示例#41
0
 def approve(info, context):
     utils.createVersion(info, context,
         message="New Version on approval by speakers office")