Task #0001992: Prévision, calcul avec comptabilité analytique
This commit is contained in:
parent
2838cc2f08
commit
1a632a2d1c
37 changed files with 1675 additions and 1189 deletions
|
|
@ -41,11 +41,9 @@ class Forecast_Item_SQL extends Table_Data_SQL
|
|||
"fi_id"=>"fi_id"
|
||||
, "fi_text"=>"fi_text"
|
||||
, "fi_account"=>"fi_account"
|
||||
, "fi_card"=>"fi_card"
|
||||
, "fi_order"=>"fi_order"
|
||||
, "fc_id"=>"fc_id"
|
||||
, "fi_amount"=>"fi_amount"
|
||||
, "fi_debit"=>"fi_debit"
|
||||
, "fi_pid"=>"fi_pid"
|
||||
, "fi_amount_initial"=>"fi_amount_initial"
|
||||
);
|
||||
|
|
@ -56,11 +54,9 @@ class Forecast_Item_SQL extends Table_Data_SQL
|
|||
"fi_id"=>"numeric"
|
||||
, "fi_text"=>"text"
|
||||
, "fi_account"=>"text"
|
||||
, "fi_card"=>"numeric"
|
||||
, "fi_order"=>"numeric"
|
||||
, "fc_id"=>"numeric"
|
||||
, "fi_amount"=>"numeric"
|
||||
, "fi_debit"=>"char"
|
||||
, "fi_pid"=>"numeric"
|
||||
, "fi_amount_initial"=>"numeric"
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue