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 ........
47 lines
2 KiB
PHP
47 lines
2 KiB
PHP
<?php
|
|
define ("CAPA",210); //Ajout de plan analytique
|
|
define ("CAPO",220); //Ajout de poste analytique
|
|
define ("CAGA",230); //Ajout de groupe analytique
|
|
define('CAOD',235); // Ajout d'OD
|
|
define ("CAIMP",240); //Impression
|
|
define('GESTION',300); /* Access gestion */
|
|
define ("GEBQ",305); //Import en Banque
|
|
define ("GEOP",307); //Effacement d'opération
|
|
define ("GECOUR",310); //Courrier (lecture & écriture)
|
|
define ("GESUPPL",311); /* Fournisseur */
|
|
define ("GECUST",312); /* Clients */
|
|
define ("GEADM",313); /* Administration */
|
|
define ("GESTOCK",320); //gestion de stock
|
|
define ("IMPRAP",700); //Rapport
|
|
define ("IMPJRN",710); //Journaux
|
|
define ("IMPFIC",720); //Fiche
|
|
define ("IMPPOSTE",730); //Poste
|
|
define ("IMPBIL",740); //Bilan
|
|
define ("IMPBAL",750); /* Impression balance */
|
|
define ('FICADD',800); /* Ajout de fiche */
|
|
define ("FIC",805); //Création, modification et effacement de fiche
|
|
define ("FICCAT",910); //création, modification et effacement de catégorie de fiche
|
|
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
|
|
define ("PARMP",1160); //Moyen de paiement
|
|
define ("PARCLO",1180); //Clôture
|
|
define ("PARPCMN",1185); /* Chagt plan comptable */
|
|
define ("PARPOS",1170); //Poste Comptable de base
|
|
define ("PARCENT",1190); //Centralisation
|
|
define ("PAREO",1200); //Écriture d'ouverture
|
|
define ("PARSTR",1210); //Mode strict
|
|
define ("PARCOORD",1220); //Coordonnées société
|
|
define ("PARRAP",1230); //Création de rapport
|
|
define ("PARPREDE",1240); //Effacement et création d'opération prédéfinie
|
|
define ("STOLE",1500); //Stock (lecture)
|
|
define ("STOWRITE",1510); //Stock (changement)
|
|
define ("EXTENSION",1600); //Extension
|
|
define ("PREVCON",1701); //Prevision
|
|
define ("PREVMOD",1702); //Prevision
|
|
?>
|