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
|
|
@ -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)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue