Task #0001992: Prévision, calcul avec comptabilité analytique

This commit is contained in:
sparkyx 2021-05-24 12:39:50 +02:00
parent 2838cc2f08
commit 1a632a2d1c
37 changed files with 1675 additions and 1189 deletions

View file

@ -291,7 +291,11 @@ $path = array(
// manage forecast
"forecast"=>"ajax_forecast",
// manage company
"company"=>"ajax_company"
"company"=>"ajax_company",
// report definition
"report_definition"=>"ajax_report_definition",
// search all card , analytic or accounting
"search_account_card"=>"ajax_search_account_card"
) ;
if (array_key_exists($op, $path)) {