Documentation
This commit is contained in:
parent
4886d78356
commit
108de76fbd
23 changed files with 100 additions and 29 deletions
|
|
@ -19,14 +19,16 @@
|
|||
|
||||
// Copyright Author Dany De Bontridder danydb@aevalys.eu
|
||||
|
||||
/*!\file
|
||||
/*!
|
||||
* \file
|
||||
* \brief javascript script for the ledger in accountancy,
|
||||
* compute the sum, add a row at the table..
|
||||
*
|
||||
*/
|
||||
var layer = 1;
|
||||
/**
|
||||
* update the list of available predefined operation when we change the ledger.
|
||||
* \fn
|
||||
* \brief update the list of available predefined operation when we change the ledger.
|
||||
*/
|
||||
function update_predef(p_type, p_direct, p_ac)
|
||||
{
|
||||
|
|
@ -1561,4 +1563,4 @@ function duplicate_operation(p_dossier,p_jr_id) {
|
|||
}
|
||||
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue