mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-22 12:48:21 +00:00
User: alex clicked save for demo/demo-preload/preload-data.bpmn
This commit is contained in:
parent
06f479d13e
commit
9455a8b0fb
@ -28,14 +28,20 @@
|
||||
# no numbers in contributor name validation
|
||||
if "Number in contributor name" in ValidationChoices:
|
||||
invoice["contributorName"] = "Harmee5 Singh"
|
||||
else
|
||||
else:
|
||||
invoice["contributorName"] = "Harmeet Singh"
|
||||
|
||||
# Invoice amount number of decimals validation
|
||||
if "Too many decimals in invoice amount" in ValidationChoices:
|
||||
invoice["invoiceAmount"] = 10000.001
|
||||
if scenarioChoices == "Correct invoice amount":
|
||||
invoice["invoiceAmount"] = 10000.001
|
||||
else:
|
||||
invoice["invoiceAmount"] = 10001.001
|
||||
else:
|
||||
invoice["invoiceAmount"] = 10000.00
|
||||
if scenarioChoices == "Correct invoice amount":
|
||||
invoice["invoiceAmount"] = 10000.00
|
||||
else:
|
||||
invoice["invoiceAmount"] = 10001.00
|
||||
|
||||
# Due date validation
|
||||
if "Due date before today's date" in ValidationChoices:
|
||||
|
Loading…
x
Reference in New Issue
Block a user