Merged revisions 2963-2973 via svnmerge from
svn+ssh://danydb@svn/svn/phpcompta/branches/rel500 ........ r2965 | danydb | 2010-03-02 14:27:02 +0100 (Tue, 02 Mar 2010) | 1 line Dutch translation ........ r2966 | danydb | 2010-03-02 14:31:49 +0100 (Tue, 02 Mar 2010) | 1 line improve account_insert in Fiche::update() ........ r2967 | danydb | 2010-03-02 14:35:40 +0100 (Tue, 02 Mar 2010) | 1 line The jrnx can not be updated after a change in a card ........ r2968 | danydb | 2010-03-04 00:24:29 +0100 (Thu, 04 Mar 2010) | 6 lines Modify catego of documents ========================== Start ........ r2969 | danydb | 2010-03-04 00:58:51 +0100 (Thu, 04 Mar 2010) | 6 lines Document_type ============= Add a new document type ........ r2970 | danydb | 2010-03-06 23:18:18 +0100 (Sat, 06 Mar 2010) | 5 lines Document_type ============= Remove ........ r2971 | danydb | 2010-03-06 23:38:56 +0100 (Sat, 06 Mar 2010) | 4 lines Document_type ============= Bug : when trying to remove one which is still used ........ r2972 | danydb | 2010-03-06 23:53:50 +0100 (Sat, 06 Mar 2010) | 1 line add sql patch for document_type ........ r2973 | danydb | 2010-03-06 23:55:13 +0100 (Sat, 06 Mar 2010) | 1 line add sql patch for document_type ........
This commit is contained in:
parent
1ae04859c6
commit
485a3b5131
13 changed files with 210 additions and 19 deletions
|
|
@ -25,6 +25,7 @@ define ("PARCA",1100); //Mode comptabilité analytique
|
|||
define ("PARPER",1110); //Ajout de période
|
||||
define ("PARFIC",1120); //Catégorie des fiches
|
||||
define ("PARDOC",1130); //Document
|
||||
define ("PARCATDOC",1135); //Add Document category
|
||||
define ("PARJRN",1140); //Modification journaux
|
||||
define ("PARSEC",1245); /* Sécurité */
|
||||
define ("PARTVA",1150); //TVA
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue