Task 0002128: Clôture comptabilité française

This commit is contained in:
sparkyx 2024-01-07 18:31:40 +01:00
parent e723c5c5b1
commit 15182958d7
14 changed files with 638 additions and 30 deletions

View file

@ -49,6 +49,7 @@ class Operation_Exercice_SQL extends Table_Data_SQL
"tech_date" => "tech_date",
"oe_dossier_id" => "oe_dossier_id",
"oe_exercice" => "oe_exercice",
"oe_transfer_date"=>"oe_transfer_date"
);
/*
@ -63,7 +64,7 @@ class Operation_Exercice_SQL extends Table_Data_SQL
"tech_date" => "date",
"oe_dossier_id" => "number",
"oe_exercice" => "number",
"oe_transfer_date"=>"date"
);