Compare commits
2 Commits
20220615-1
...
20220630-1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
94c8c64ced | ||
|
|
79f6c3df6d |
@@ -1 +1 @@
|
|||||||
20220615-1544
|
20220630-1013
|
||||||
1
main.py
1
main.py
@@ -475,6 +475,7 @@ class ClercAttrib2Biz():
|
|||||||
csv_col.data[2] = datetime.strptime(data.data["date"], "%Y-%m-%d").strftime("%d.%m.%Y") # Date du document
|
csv_col.data[2] = datetime.strptime(data.data["date"], "%Y-%m-%d").strftime("%d.%m.%Y") # Date du document
|
||||||
csv_col.data[4] = data.Patient["fip_number"] # Référence
|
csv_col.data[4] = data.Patient["fip_number"] # Référence
|
||||||
csv_col.data[10] = "<AUTO>" # Compte collectif du tiers = <AUTO>
|
csv_col.data[10] = "<AUTO>" # Compte collectif du tiers = <AUTO>
|
||||||
|
csv_col.data[139] = "COND-30" # Conditions de payement à 30, COND-30 selon config dans winbiz
|
||||||
|
|
||||||
|
|
||||||
if "without_transportation" in data.Intervention.keys() and data.Intervention["without_transportation"] == True:
|
if "without_transportation" in data.Intervention.keys() and data.Intervention["without_transportation"] == True:
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
VERSION = "20220615-1544"
|
VERSION = "20220630-1013"
|
||||||
Reference in New Issue
Block a user