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