Exemplo n.º 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) 
Exemplo n.º 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)
Exemplo n.º 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)
Exemplo n.º 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)
Exemplo n.º 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")
Exemplo n.º 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)
Exemplo n.º 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)
Exemplo n.º 8
0
 def complete(info, context):
     utils.createVersion(info, context)
     utils.setSubmissionDate(info, context)
Exemplo n.º 9
0
 def mp_clarify( info, context ):
     utils.createVersion(info,context)
Exemplo n.º 10
0
 def create_version(info, context):
     utils.createVersion(info, context)
Exemplo n.º 11
0
 def require_edit_by_mp( info, context ):
     utils.createVersion(info,context)
Exemplo n.º 12
0
 def require_amendment( info, context ):
     utils.createVersion(info,context)
Exemplo n.º 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)
Exemplo n.º 14
0
 def approve(info, context):
     utils.createVersion(info, context,
         message="New Version on approval by speakers office")
     dbutils.setMotionSerialNumber(context)
Exemplo n.º 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")
Exemplo n.º 16
0
 def approve(info, context):
     utils.createVersion(
         info,
         context,
         message="New Version on approval by speakers office")
     dbutils.setTabledDocumentSerialNumber(context)
Exemplo n.º 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)
Exemplo n.º 18
0
 def require_edit_by_mp(info, context):
     utils.createVersion(info, context)
Exemplo n.º 19
0
 def received_by_clerk(info, context):
     utils.createVersion(info, context)
Exemplo n.º 20
0
 def complete(info, context):
     utils.createVersion(info, context,
         message="New version on workflow transition to: submit")
Exemplo n.º 21
0
 def complete(info, context):
     utils.createVersion(info, context,
         message="New version on workflow transition to: complete")
Exemplo n.º 22
0
 def schedule_second(info, context):
     utils.createVersion(info, context)
Exemplo n.º 23
0
 def adopt(info, context):
     utils.createVersion(info, context)
Exemplo n.º 24
0
 def require_amendment(info, context):
     utils.createVersion(info, context)
Exemplo n.º 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)
Exemplo n.º 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)
Exemplo n.º 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)
Exemplo n.º 28
0
 def complete_clarify(info, context):
     utils.createVersion(info, context)
Exemplo n.º 29
0
 def approve(info, context):
     utils.createVersion(
         info,
         context,
         message="New Version on approval by speakers office")
Exemplo n.º 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)
Exemplo n.º 31
0
 def mp_clarify(info, context):
     utils.createVersion(info, context)
Exemplo n.º 32
0
 def received_by_clerk( info, context ):
     utils.createVersion(info, context)
Exemplo n.º 33
0
 def adopt(info, context):
     utils.createVersion(info,context)
Exemplo n.º 34
0
 def complete( info, context ):
     utils.createVersion(info,context)
     utils.setSubmissionDate(info, context)
Exemplo n.º 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)
Exemplo n.º 36
0
 def complete_clarify( info, context ):
     utils.createVersion(info,context)
Exemplo n.º 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)
Exemplo n.º 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)
Exemplo n.º 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)
Exemplo n.º 40
0
 def create_version(info, context):
     utils.createVersion(info, context)
Exemplo n.º 41
0
 def approve(info, context):
     utils.createVersion(info, context,
         message="New Version on approval by speakers office")