Task #0001904: Previsions et budgets

Réécriture prévision
This commit is contained in:
Dany wm De Bontridder 2021-03-23 10:52:01 +01:00 committed by sparkyx
parent 79024f7d92
commit d0274f5bed
25 changed files with 1518 additions and 1058 deletions

View file

@ -283,7 +283,13 @@ $path = array(
// Operations tag remove
'operation_tag_remove'=>"ajax_operation_tag",
// Operations tag select
'operation_tag_select'=>"ajax_operation_tag"
'operation_tag_select'=>"ajax_operation_tag",
// add or update forecast_item
"forecast_item"=>"ajax_forecast_item",
// add or update forecast_category
"forecast_category"=>"ajax_forecast_category",
// manage forecast
"forecast"=>"ajax_forecast"
) ;
if (array_key_exists($op, $path)) {