Skip to content

Commit

Permalink
[UPD] base_wamas_ubl: update wamas grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
thienvh332 committed Jan 17, 2024
1 parent 87c6f9d commit 09a5f93
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions base_wamas_ubl/lib/wamas/wamas_grammar/ausk.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@
"type": "str",
"length": 6,
"dp": False,
"ubl_path": False,
"ubl_path": "DespatchAdvice.cac:Shipment.cac:ShipmentStage."
"cbc:TransportModeCode",
"df_val": False,
"df_func": False,
},
Expand All @@ -94,7 +95,8 @@
"type": "str",
"length": 13,
"dp": False,
"ubl_path": False,
"ubl_path": "DespatchAdvice.cac:DespatchSupplierParty."
"cbc:CustomerAssignedAccountID",
"df_val": False,
"df_func": False,
},
Expand Down Expand Up @@ -542,7 +544,7 @@
"type": "datetime",
"length": 14,
"dp": False,
"ubl_path": False,
"ubl_path": "DespatchAdvice.cac:OrderReference.cbc:IssueDate",
"df_val": False,
"df_func": False,
},
Expand Down Expand Up @@ -606,7 +608,8 @@
"type": "float",
"length": 12,
"dp": 3,
"ubl_path": False,
"ubl_path": "DespatchAdvice.cac:Shipment.cac:TransportHandlingUnit."
"cac:TransportEquipment.cbc:GrossWeightMeasure",
"df_val": False,
"df_func": False,
},
Expand Down Expand Up @@ -679,14 +682,14 @@
"length": 3,
"dp": False,
"ubl_path": False,
"df_val": False,
"df_val": 1,
"df_func": False,
},
"RxAusk_Prio": {
"type": "str",
"length": 1,
"dp": False,
"ubl_path": False,
"ubl_path": "DespatchAdvice.cac:Shipment.cbc:ShippingPriorityLevelCode",
"df_val": False,
"df_func": False,
},
Expand Down

0 comments on commit 09a5f93

Please sign in to comment.