Task 0002128: Clôture comptabilité française
This commit is contained in:
parent
4db377ebba
commit
f8bff0171e
14 changed files with 2027 additions and 833 deletions
|
|
@ -327,7 +327,18 @@ $path = array(
|
|||
//visibility quantity
|
||||
"update_visibility_quantity"=>"ajax_update_visibility_quantity",
|
||||
// detail customer , supplier operation
|
||||
"event_display_detail"=>"ajax_event_display_detail"
|
||||
"event_display_detail"=>"ajax_event_display_detail",
|
||||
// update periode in opening operation
|
||||
"operation_exercice+update_periode"=>"ajax_operation_exercice",
|
||||
// modify row in exercice (opening/closing) operation
|
||||
"operation_exercice+modify_row"=>"ajax_operation_exercice",
|
||||
// save row in exercice (opening/closing) operation
|
||||
"operation_exercice+save_row"=>"ajax_operation_exercice",
|
||||
// compute the balance after saving row in exercice (opening/closing) operation
|
||||
"operation_exercice+display_total"=>"ajax_operation_exercice",
|
||||
// delete row in exercice (opening/closing) operation
|
||||
"operation_exercice+delete_row"=>"ajax_operation_exercice",
|
||||
|
||||
) ;
|
||||
|
||||
if (array_key_exists($op, $path)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue